home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / NewShell < prev    next >
Text File  |  1997-04-10  |  4KB  |  128 lines

  1.  
  2.  
  3.  
  4.          NewShell (V1.3 Alias created during Shell-startup) 
  5.                 (2.x/3.x internal)
  6.  
  7.  
  8.  
  9.      NAME
  10.       NewShell - Invoke a shell or CLI utilizing a NEWICON:
  11.                      console window.
  12.  
  13.      SYNOPSIS
  14.     1.3:
  15.     NewShell [AUX: or NEWCON:hpos/vpos/width/height/windowtitle]
  16.              [From filename]
  17.  
  18.     2.x/3.x:
  19.     NewShell [AUX: or NEWCON:hpos/vpos/width/height/windowtitle]
  20.              [From filename]
  21.  
  22.            
  23.      DESCRIPTION
  24.           
  25.             This opens an advanced CLI (called a SHELL) which 
  26.         includes aliases, resident commands, and has the current 
  27.         directory listed at the prompt instead of in the 
  28.         titlebar.
  29.  
  30.  
  31.             NEWCON: also must be mounted before for NEWSHELL to 
  32.         work. This should also be in your startup-sequence. If 
  33.         NEWCON: is not mounted, then the CON: device will be used 
  34.         instead.The command used to mount it is:
  35.  
  36.             MOUNT NEWCON:
  37.   
  38.           2.x/3.x ONLY:
  39.  
  40.             The enhanced CLI is now internal in your operating 
  41.         system, and using either NEWCLI or NEWSHELL to open a new 
  42.         Shell window.
  43.  
  44.  
  45.         1.x ONLY:
  46.             Shell-Seg must be resident in order for this to work 
  47.         under pre-2.x version of AmigaDos.  If it was not made 
  48.         resident, then a CLI will be opened instead of a SHELL. 
  49.         It should have been made resident in your 
  50.         startup-sequence with this command:
  51.  
  52.             RESIDENT CLI L:Shell-Seg SYSTEM pure
  53.  
  54.            
  55.  
  56.  
  57.      KEYWORDS
  58.  
  59.     AUX: or NEWCON:hpos/vpos/width/height/windowtitle/options
  60.     
  61.             This lets you pick the position, size, title, and 
  62.         options for the new Shell window. The options keywords 
  63.         will work only under 2.x/3.x.  The options are listed 
  64.         here:
  65.  
  66.             AUTO: The CLI opens immediatly only when the program 
  67.         that started it requres it.
  68.  
  69.             CLOSE: This is on by default. This lets you add the 
  70.         Close gadget in the top left corner of the CLI.
  71.  
  72.             BACKDROP: This lets forces the CLI to open up behind 
  73.         all other windows and cannot be moved, resized, or 
  74.         changed in any way except through using the zoom gadget.
  75.  
  76.             NOBORDER: There are no visible lines surrounding the 
  77.         window. The zoom and size gadgets will still be there, 
  78.         but if you zoom the window to full size, the CLI will 
  79.         dominate your environment and the only way to make it 
  80.         smaller is by closing it.
  81.  
  82.             NODRAG: The window will not let you drag it. The 
  83.         position will remain in the same place always.
  84.  
  85.             NOSIZE: The zoom, close, and size gadgets will 
  86.         disappear when the CLI is started. There will only be a 
  87.         depth gadget.
  88.  
  89.             SCREENname: The CLI will open on a screen with the 
  90.         name you give it.  For instance, if you use the 
  91.         'SCREENveronica' option, the CLI will open up on the 
  92.         public screen named 'veronica'. If 'veronica' does not 
  93.         exist, then this option won't work.
  94.  
  95.             SIMPLE: Allows the text to fill up the CLI window 
  96.         when expanded. This lets you see more information than 
  97.         before. The default is on.
  98.  
  99.             SMART: When the CLI widow is expanded, this option 
  100.         does not allow the old information to be seen. It is the 
  101.         opposite of SIMPLE.
  102.                 
  103.             WAIT: The CLI won't close when the program that 
  104.         created it is closed.  To close the CLI using this 
  105.         option, you must select the close gadget or use the 
  106.         Ctrl-\ key combination.
  107.  
  108.  
  109.     FROM filename
  110.             Lets you specify a script to be run when the Shell 
  111.         opens. If you don't put this script in your s: directory 
  112.         then the 'filename' keyword is used to tell NewSHELL to 
  113.         find it. The default startup file is the s:Shell-Startup.
  114.  
  115.  
  116.     EXAMPLES
  117.  
  118.         
  119.             1. To create a 150x150 SHELL in the upper left corner 
  120.         of your screen named 'Debox':
  121.  
  122.             NEWSHELL NEWCON://150/150/Debox
  123.  
  124.             2. To create the default CLI (that is, with the upper 
  125.         left corner of a 200x100 window titled 'My Shell':
  126.  
  127.             NEWSHELL "NEWCON:////My Shell"
  128.